feat: reset audio player progress when the track is fully played#3066
Merged
MartinCupela merged 1 commit intomasterfrom Mar 26, 2026
Merged
feat: reset audio player progress when the track is fully played#3066MartinCupela merged 1 commit intomasterfrom
MartinCupela merged 1 commit intomasterfrom
Conversation
|
Size Change: -68 B (-0.01%) Total Size: 769 kB
βΉοΈ View Unchanged
|
oliverlaz
approved these changes
Mar 26, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Mar 27, 2026
## [14.0.0-beta.3](v14.0.0-beta.2...v14.0.0-beta.3) (2026-03-27) ### Bug Fixes * align message reactions vertically to the center of the message list ([#3064](#3064)) ([55dd2e8](55dd2e8)) * increase message list width ([f81cae4](f81cae4)) * increase message list width ([#3062](#3062)) ([fdf0e15](fdf0e15)) * keep MessageList scrolled to the bottom ([#3068](#3068)) ([91eba1b](91eba1b)) * reliably detect whether the click originated inside before closing mobile nav ([#3061](#3061)) ([8d25ead](8d25ead)) * remove bottom padding from poll option with votes in poll results ([#3059](#3059)) ([a55774d](a55774d)) ### Features * add ContextMenu animations API and global close-on-click-outside configuration mechanism ([#3067](#3067)) ([630e5c7](630e5c7)) * quick dropdown toggle and cleanup ([#3054](#3054)) ([30ddab0](30ddab0)) * reset audio player progress when the track is fully played ([#3066](#3066)) ([7914e51](7914e51))
|
π This PR is included in version 14.0.0-beta.3 π The release is available on: Your semantic-release bot π¦π |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
π― Goal
Closes REACT-923: Reset audio players when the track is fully played
Moves the message composer controller state reset higher up to prevent it from being cleared during the transition btw textarea and audio recorder.
Prevents wave progress bar from growing beyond the parent boundaries in the composer UI.